MenuPopUp version 1.0

This applet provides a usual popup menu when the mouse enters over the applet area or when the user clics. The popup menu can appear centered, where the mouse enters, or at random. This lets the user navigate easily in your site. You can set the menu items, the links...

Name

Description

Default

Status

text1, text2,...,textN
text11, text111,...
text21, text211,...
textN1, textN11,...

link1, link2,...,linkN
link11, link111,...
link21, link211,...
linkN1, linkN11,...

target

 



mode


location

 

background_color

enter_background_color

text

text_height

text_color

status_bar_text

sound_name

loop_sound


clic_sound_name

registration_code

the texts hierarchy in the menu:
for instance the children of an item text1 can be text11, text12,...and the children of text11 can be text111, text112,...

the links hierarchy in the menu:
these are the links (for instance link11 = 'http://www.taijisoftware.com') where the browser point when the user clics on the items (for instance text11 = 'TaijiSoftware')

the target of the new page :

           - "_blank" : show in a new unnamed top-level window
           - "_self" : show in the current frame
           - "_parent" : show in the parent frame
           - "_top" : show in the top-most frame

-"enter" : shows the popup when the mouse enters over the applet area
-"clic" : shows the popup when the user clics over the applet area

-"centered" : shows the popup centered over the applet area
-"random" : shows the popup at random over the applet area
-"mouse" : shows the popup where the mouse enters

the background color

the background color when mouse over

a text displayed centered

the height of the text

the color of the text

the text to display in the status bar when the mouse is over

the sound played on load

- "yes" : to loop the onload sound
- "no" : played one time

the sound played when click

the registration code

-




-


_blank


 


enter



mouse

 

usual applet grey

background color

-

10

black

-

-

no


-

-

required


required


required

 

 

 

required


required

 

required

optional

optional

optional

optional

optional

optional

optional


optional

required

 

Special notes

* note: you can put relative URL (to target a file on your site) or absolute (with "http://...")
URL. example:
    relative URL: ../home/home.html
    absolute URL: http://www.yahoo.com

* The background color format is hexadecimal format like this : blue is "#0000ff"", red is "#ff0000" ... If you want that the background color is the same as the one of the page, look at the html source file and find the balise : <body bgcolor="#00FFFF"> then copy the value, here it's "#00ffff". Use the "HexColor" applet to convert RGB color to hexadecimal color.

Copyright 1999-2000 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com